mapbox-maps-android
/
com.mapbox.maps
/
[androidJvm]ResourceOptions
Resource
Options
class
ResourceOptions
:
Serializable
Content copied to clipboard
Options to configure a resource
Types
Functions
Properties
Types
Builder
Link copied to clipboard
class
Builder
Content copied to clipboard
On this page
On this page
Functions
equals
Link copied to clipboard
open fun
equals
(object:
Any
):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toBuilder
Link copied to clipboard
open fun
toBuilder
():
ResourceOptions.Builder
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
On this page
On this page
Properties
accessToken
Link copied to clipboard
@
NonNull
()
private val
accessToken
:
String
Content copied to clipboard
assetPath
Link copied to clipboard
@
Nullable
()
private val
assetPath
:
String
Content copied to clipboard
baseURL
Link copied to clipboard
@
Nullable
()
private val
baseURL
:
String
Content copied to clipboard
dataPath
Link copied to clipboard
@
Nullable
()
private val
dataPath
:
String
Content copied to clipboard
tileStore
Link copied to clipboard
@
Nullable
()
private val
tileStore
:
TileStore
Content copied to clipboard
tileStoreUsageMode
Link copied to clipboard
@
NonNull
()
private val
tileStoreUsageMode
:
TileStoreUsageMode
Content copied to clipboard
On this page
On this page